'Usage Dim instance As SmartItemCollection Dim items() As Object instance.AddRange(items)
Parameters
- items
- An array of objects representing the SmartItems to add to the end of the collection.
'Usage Dim instance As SmartItemCollection Dim items() As Object instance.AddRange(items)
If an array item is a SmartItem, it will be added as is; otherwise a default SmartItem will be added and its Text property set to the result of ToString().
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2